home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / ffccflow / ffccflow.lha / ffccc+flow / ffccc / JOBSUM.h < prev    next >
Text File  |  1992-07-31  |  967b  |  20 lines

  1.       COMMON/JOBSUM/TIME1,TIME2,NSTATC(10),NFDCLS(MXSTAT,2) 
  2. *IF DEF,NEVER   
  3. *-----------------------------------------------------------------------
  4. *    contains the statistical information   
  5. *       TIME1     starting time in seconds  
  6. *       TIME2     ending     -        - 
  7. *       NSTATC    overall statistical information   
  8. *                    1 = # of lines read
  9. *                    2 = # of lines written to output file  
  10. *                    3 = # of statements read   
  11. *                    4 = # of statements after filters  
  12. *                    5 = # of statements changed
  13. *                    6 = # of lines unable to change (length overflow)  
  14. *                    7 = # of comment lines (including blank lines) 
  15. *                    8 = # of lines printed 
  16. *       NFDCLS   no. of times internal class found  
  17. *                (I,1)  normal, (I,2) behind logical IF 
  18. *-----------------------------------------------------------------------
  19. *EI 
  20.